projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cffff36
)
docs: Remove a mention of gtk_main_do_event
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 9 Feb 2020 15:37:24 +0000
(10:37 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 9 Feb 2020 15:37:24 +0000
(10:37 -0500)
gdk/gdkevents.c
patch
|
blob
|
history
diff --git
a/gdk/gdkevents.c
b/gdk/gdkevents.c
index aec67fcec6b90b557b86e50b117d5dbdb95dbfed..4db6aea8cc736f21ed9c70f5aa647471f768633d 100644
(file)
--- a/
gdk/gdkevents.c
+++ b/
gdk/gdkevents.c
@@
-45,9
+45,9
@@
* This section describes functions dealing with events from the window
* system.
*
- * In GTK+ applications the events are handled automatically
in
- *
gtk_main_do_event() and passed on to the appropriate widgets,
- *
so these functions are
rarely needed.
+ * In GTK+ applications the events are handled automatically
by toplevel
+ *
widgets and passed on to the appropriate widgets, so these functions are
+ * rarely needed.
*/
/**